ProjectService.copyProject Method

Copies the contents of a project with the given ID into the target project.
 

Parameters

id

Type: String
The ID of the project to copy.
targetProjectId

Type: String
The ID of the target project.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.